home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / Recent1 / AmIRCFinger.readme < prev    next >
Text File  |  1997-03-20  |  1KB  |  59 lines

  1. Short:    ARexx Finger script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Version:  1.05
  5. Type:     comm/tcp
  6. Requires: AmiTCP finger or equivalant
  7. Replaces: comm/tcp/AmIRCFinger.lha
  8.  
  9.  
  10. Installation:
  11. --------------
  12. Copy finger.amirx to amirc/rexx directory
  13.  
  14. Install an alias in AmIRC by selecting setup menu
  15. then lists.  Under Alias tab, select add new alias.
  16.  
  17. Then in edit window type the alias you would like
  18. to use.
  19.  
  20. i.e. finger = /rx finger %p
  21.  
  22. Usage:
  23. --------------
  24.  
  25. /finger whoever@someplace.cool.net - will show you the output
  26. /finger whoever@someplace.cool.net say - will show output to the channel
  27. /finger whoever@someplace.cool.net show newlook - will show output to newlook
  28. /finger usernick
  29. /finger usernick SAY
  30. /finger usernick SHOW user
  31.  
  32. Version 1.00
  33. --------------
  34. Initial creation
  35.  
  36. Version 1.01
  37. --------------
  38. Added SHOW option
  39. Now deletes the tempfile
  40.  
  41. Version 1.02
  42. --------------
  43. Supports passing user nick for input
  44.  
  45. Version 1.03
  46. --------------
  47. Changed all ' to " for AmIRC commands per the docs
  48. Prettied up the display of information to the user
  49.  
  50. Version 1.04
  51. --------------
  52. Corrected command parsing error.
  53. Corrected problem with script not properly deleting
  54. the temp file (which I thought was fixed).
  55.  
  56. Version 1.05
  57. --------------
  58. Cleaned up the code
  59.